+Thu Oct 23 20:21:16 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
+ gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
+ gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
+
Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* NEWS: Partial update for 2.3.0.
+Thu Oct 23 20:21:16 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
+ gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
+ gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
+
Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* NEWS: Partial update for 2.3.0.
+Thu Oct 23 20:21:16 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
+ gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
+ gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
+
Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* NEWS: Partial update for 2.3.0.
+Thu Oct 23 20:21:16 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
+ gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
+ gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
+
Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* NEWS: Partial update for 2.3.0.
+Thu Oct 23 20:21:16 2003 Kristian Rietveld <kris@gtk.org>
+
+ * gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
+ gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
+ gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
+
Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* NEWS: Partial update for 2.3.0.
* Boston, MA 02111-1307, USA.
*/
-#include <gtk/gtkcelllayout.h>
+#include "gtkcelllayout.h"
GType
gtk_cell_layout_get_type (void)
*/
#include <stdlib.h>
-#include <gtk/gtkcellrenderertoggle.h>
+#include "gtkcellrenderertoggle.h"
#include "gtkintl.h"
#include "gtkmarshalers.h"
#include "gtktreeprivate.h"
* Boston, MA 02111-1307, USA.
*/
-#include <gtk/gtkcellview.h>
-#include <gtk/gtkcelllayout.h>
-#include <gtk/gtkintl.h>
-#include <gtk/gtksignal.h>
-#include <gtk/gtkcellrenderertext.h>
-#include <gtk/gtkcellrendererpixbuf.h>
+#include "gtkcellview.h"
+#include "gtkcelllayout.h"
+#include "gtkintl.h"
+#include "gtksignal.h"
+#include "gtkcellrenderertext.h"
+#include "gtkcellrendererpixbuf.h"
#include <gobject/gmarshal.h>
typedef struct _GtkCellViewCellInfo GtkCellViewCellInfo;
* Boston, MA 02111-1307, USA.
*/
-#include <gtk/gtkcellviewmenuitem.h>
-#include <gtk/gtkcellview.h>
+#include "gtkcellviewmenuitem.h"
+#include "gtkcellview.h"
struct _GtkCellViewMenuItemPrivate
{
* Boston, MA 02111-1307, USA.
*/
-#include <gtk/gtkcombobox.h>
-#include <gtk/gtkcelllayout.h>
-#include <gtk/gtkcellview.h>
-#include <gtk/gtkcellviewmenuitem.h>
-
-#include <gtk/gtktreeselection.h>
-#include <gtk/gtkframe.h>
-#include <gtk/gtktogglebutton.h>
-#include <gtk/gtkvseparator.h>
-#include <gtk/gtkarrow.h>
-#include <gtk/gtkmenu.h>
-#include <gtk/gtkmain.h>
-#include <gtk/gtkeventbox.h>
-#include <gtk/gtkcellrenderertext.h>
-#include <gtk/gtkbindings.h>
-#include <gtk/gtkliststore.h>
-#include <gtk/gtkwindow.h>
+#include "gtkcombobox.h"
+#include "gtkcelllayout.h"
+#include "gtkcellview.h"
+#include "gtkcellviewmenuitem.h"
+
+#include "gtktreeselection.h"
+#include "gtkframe.h"
+#include "gtktogglebutton.h"
+#include "gtkvseparator.h"
+#include "gtkarrow.h"
+#include "gtkmenu.h"
+#include "gtkmain.h"
+#include "gtkeventbox.h"
+#include "gtkcellrenderertext.h"
+#include "gtkbindings.h"
+#include "gtkliststore.h"
+#include "gtkwindow.h"
#include <gdk/gdkkeysyms.h>
-#include <string.h>
#include <gobject/gvaluecollector.h>
+#include <string.h>
#include <stdarg.h>
#include "gtkmarshalers.h"
* Boston, MA 02111-1307, USA.
*/
-#include <gtk/gtkcomboboxentry.h>
-#include <gtk/gtkcelllayout.h>
+#include "gtkcomboboxentry.h"
+#include "gtkcelllayout.h"
-#include <gtk/gtkentry.h>
-#include <gtk/gtkcellrenderertext.h>
+#include "gtkentry.h"
+#include "gtkcellrenderertext.h"
#include "gtkintl.h"
* Boston, MA 02111-1307, USA.
*/
-#include <gtk/gtkentrycompletion.h>
-#include <gtk/gtkentryprivate.h>
-#include <gtk/gtkcelllayout.h>
-
-#include <gtk/gtkintl.h>
-#include <gtk/gtkcellrenderertext.h>
-#include <gtk/gtktreeselection.h>
-#include <gtk/gtktreeview.h>
-#include <gtk/gtkscrolledwindow.h>
-#include <gtk/gtkvbox.h>
-#include <gtk/gtkwindow.h>
-#include <gtk/gtkentry.h>
-#include <gtk/gtkmain.h>
-#include <gtk/gtksignal.h>
-#include <gtk/gtkmarshalers.h>
+#include "gtkentrycompletion.h"
+#include "gtkentryprivate.h"
+#include "gtkcelllayout.h"
+
+#include "gtkintl.h"
+#include "gtkcellrenderertext.h"
+#include "gtktreeselection.h"
+#include "gtktreeview.h"
+#include "gtkscrolledwindow.h"
+#include "gtkvbox.h"
+#include "gtkwindow.h"
+#include "gtkentry.h"
+#include "gtkmain.h"
+#include "gtksignal.h"
+#include "gtkmarshalers.h"
#include <string.h>
*/
#include "gtktreemodelfilter.h"
-#include <gtk/gtkintl.h>
+#include "gtkintl.h"
#include <string.h>
/* ITER FORMAT: